VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / TargetTypeAnalyzer<TTarget> Class
In This Topic
TargetTypeAnalyzer Class Methods
In This Topic
For a list of all methods of this type, see TargetTypeAnalyzer<TTarget>.
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>)
Public MethodOverloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>)
Public MethodOverloaded. Executes processing command on the specified target. (Inherited from PredicateAnalyzer<TTarget>)
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
Public MethodAnalyzes the specified target. (Inherited from Analyzer<TTarget,TValue>)
Protected Methods
 NameDescription
Protected MethodAnalyzes the specified target.
See Also